projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddd6b68
)
* keyboard.c (timer_start_idle): Remove no-longer-used local.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 14 Apr 2013 20:33:57 +0000
(13:33 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 14 Apr 2013 20:33:57 +0000
(13:33 -0700)
src/ChangeLog
patch
|
blob
|
history
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 2d6fda4fec779e85a71099b742c5de9c3792211b..5c0e26760c7e67e2a68694616d0c8ae1ebd983bf 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2013-04-14 Paul Eggert <eggert@cs.ucla.edu>
+
+ * keyboard.c (timer_start_idle): Remove no-longer-used local.
+
2013-04-14 Eli Zaretskii <eliz@gnu.org>
* buffer.c (syms_of_buffer) <left-margin-width, right-margin-width>
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 12407bd536c2ba153d8ab1fce7b0a6a2c06ebd4e..39591569bf8672fb45536b0a6f0646b41e1928a8 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-4188,8
+4188,6
@@
swallow_events (bool do_display)
static void
timer_start_idle (void)
{
- Lisp_Object timers;
-
/* If we are already in the idle state, do nothing. */
if (EMACS_TIME_VALID_P (timer_idleness_start_time))
return;